projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e82a18
)
(fast_find_position): Minor fix in handling maybe_next_line.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 25 Aug 1996 17:48:32 +0000
(17:48 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 25 Aug 1996 17:48:32 +0000
(17:48 +0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 78c427bf904b4d2a0e8dfaa50a76ca4860c7fcbf..5ead042b3bdf8fb3a4fc5a129c28b32d2ecf384e 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-2123,7
+2123,7
@@
fast_find_position (window, pos, columnp, rowp)
if (maybe_next_line)
{
row++;
-
i
= 0;
+
lastcol
= 0;
}
*rowp = row + top;